home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / 1stsysop.zip / NEW-QWK < prev   
Text File  |  1992-07-01  |  2KB  |  47 lines

  1.         Starting July 1st, Sparkware is making minor changes to the
  2.         "QWK" format we originated in 1987.  The changes made to the
  3.         format are minor but add information that is used by our new
  4.         offline mail reader system, 1stReader.
  5.  
  6.         NOTE that 1stReader will also work with "conventional" QWK
  7.         mail packets produced by Qmail Doors released before 06-01-92
  8.         or on other Qmail-compatible mail doors.  However, 1stReader
  9.         works *best* with these changes in place.
  10.  
  11.         These changes in the format take hold if the user turns on
  12.         OPTION #21 inside Qmail Door.  If this option turned off then
  13.         Qmail Door continues to generate standard QWK formats.
  14.  
  15.         Two changes have been made to the format.  The first change
  16.         involves line #10 in the CONTROL.DAT file.  Since 1987 this
  17.         line has been reserved for the total number of messages
  18.         contained inside the QWK mail packet.  This change prevents
  19.         1stReader from having to scan MESSAGES.DAT to determine how
  20.         many messages are in the packet.
  21.  
  22.         The second format change deals with individual message headers.
  23.     The format has been changed to:
  24.  
  25.         Status AS STRING * 1     'Status of message
  26.         Number AS STRING * 7     'Message number
  27.         Date AS STRING * 8       'Date
  28.         Time AS STRING * 5       'Time
  29.         MsgTo AS STRING * 25     'To
  30.         MsgFrom AS STRING * 25   'From
  31.         Subject AS STRING * 25   'Subject
  32.         Password AS STRING * 12  'Password
  33.         Reference AS STRING * 8  'Reference number
  34.         Blocks AS STRING * 6     'Number of blocks
  35.         Delete AS STRING * 1     'Current status of message
  36.         Conference AS INTEGER    'Conference
  37.       ----> MsgCount AS INTEGER      'Logical msg number in packet
  38.         Tag AS STRING * 1        'Message tagline
  39.  
  40.     Notice "MsgCount".  This value now contains the logical message
  41.     number for the message in the packet.  In other words, this
  42.     value will be "1" for the first message in the packet, "2" for
  43.     the second message in the packet, etc.
  44.  
  45.         Again, these changes are now in effect for the 1,467 Qmail Door
  46.         systems that were compiled on or after 06-01-92.
  47.